TELDispose
Disposes of a terminal.
pascal TELErr TELDispose (TELHandle hTEL);
hTEL
- A handle to a telephone record associated with a telephone terminal.
- function result
- A result code.
DESCRIPTION
TheTELDispose
function disposes of the telephone terminal specified by thehTEL
parameter. Disposing of a terminal cancels your application's monitoring of that terminal.TELDispose
disposes of all handles associated with directory numbers and call appearances for the specified terminal. In addition,TELDispose
removes any directory number and call appearance message handlers registered for the specified terminal.Note that disposing of a terminal does not drop any call appearances currently active on the terminal. To drop existing call appearances, you must call the
TELDrop
function.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help